home *** CD-ROM | disk | FTP | other *** search
/ Champak 108 / jogo-disk-108.iso / Games / playing_with_fire.swf / scripts / DefineButton2_59 / BUTTONCONDACTION on(release).as
Text File  |  2010-05-15  |  111b  |  9 lines

  1. on(release){
  2.    if(_root.blnSFX)
  3.    {
  4.       _root.sndPing.play();
  5.    }
  6.    var nOppos = 1;
  7.    play();
  8. }
  9.